2001-10-27 Anders Carlsson <andersca@gnu.org>
* gtk/tmpl/gtkentry.sgml: Clarify that a maximum length
of 0 means infinity. This fixes #58771.
2001-10-27 Anders Carlsson <andersca@gnu.org>
+ * gtk/tmpl/gtkentry.sgml: Clarify that a maximum length
+ of 0 means infinity. This fixes #58771.
+
* gtk/tmpl/gtkhandlebox.sgml: Finish a sentence.
This fixes #56702.
it would be better practice not to use it.
</para>
-@max: the new maximum length.
+@max: the new maximum length or 0 if the maximum length should be infinite..
@Returns: a new #GtkEntry.
</para>
@entry: a #GtkEntry.
-@max: the new maximum length.
+@max: the new maximum length or 0 if the maximum length should be infinite.
<!-- ##### FUNCTION gtk_entry_get_activates_default ##### -->